type net/http.mapping
5 uses
net/http (current package)
mapping.go#L10: type mapping[K comparable, V any] struct {
mapping.go#L25: func (h *mapping[K, V]) add(k K, v V) {
mapping.go#L43: func (h *mapping[K, V]) find(k K) (v V, found bool) {
mapping.go#L61: func (h *mapping[K, V]) eachPair(f func(k K, v V) bool) {
routing_tree.go#L37: children mapping[string, *routingNode]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |